feat(theme): adopt @codecora/theme + base /cora/docs/ + retire LandingPage#348
Merged
Conversation
…gPage - Replace custom indigo theme with @codecora/theme (Catppuccin Mocha) - Migrate config.mts to createConfig() helper - Update base path: /docs/cora/ → /cora/docs/ (new routing scheme) - Remove style.css (indigo overrides → shared green accent) - Remove LandingPage.vue, TerminalDemo.vue, FadeIn.vue, TypingText.vue (marketing now lives in web-landing repo) - Accent: green
VitePress strict build fails on http://localhost:11434 in providers.md. Wrapping in code ticks prevents the parser from treating it as a link.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adopt shared @codecora/theme (Catppuccin Mocha), update base path, and retire in-docs marketing page.
Changes
createConfig()helper, base/docs/cora/→/cora/docs/style.css(indigo brand overrides),LandingPage.vue,TerminalDemo.vue,FadeIn.vue,TypingText.vuecodecoradev/web-landingrepo — docs is docs-onlyWhat stays the same
lastUpdated: true,ignoreDeadLinksfor localhostCF Route required (manual)
After merge:
/cora/docs/* → cora-cli.pages.dev/cora/docs/*cora.codecora.devDNS if needed (currently CNAME → cora-cli.pages.dev)No 3 — answering the question
"Retire LandingPage.vue" = delete the custom landing page component from cora-cli docs. Before: visiting
codecora.dev/docs/cora/showed a fancy marketing landing page (with terminal demo, typing animation, gradient hero). After: it shows standard VitePress docs home (title + description + action links). The marketing is now in web-landing repo atcodecora.dev/cora.